home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / protocol / standard / vga / realtek.txt < prev    next >
Text File  |  1993-07-14  |  2KB  |  57 lines

  1.   Realtek RT 3106    -  Upto 1 Mbyte.
  2.  
  3.  
  4.  
  5.   3CEh index  Fh (R/W): Extended Function.
  6.   bit   2  Single/Dual bank.
  7.        If set 3D6h is the read bank number and 3D7h is the write bank number.
  8.        if clear 3D7h is used for both read and write operations.
  9.  
  10.   3d4h index 1Ah:
  11.   bit 6-7  Chip version.  0=Version 0, 1= Version 1, 2=Version 2, 3=Version x
  12.  
  13.   3d4h index 1Eh:
  14.   bit 0-1  Video Ram. If Chip version =0: 0=256k, 1=512k, 2=768k and 3=1MB
  15.               If chip version >0: 0=256k, 1=512k, 2=1MB and 3=2MB.
  16.     2  
  17.       4-7  
  18.  
  19.   3D4h index 1Fh (R/W):
  20.   bit 0-1  Emulation mode: 0=VGA, 1=EGA, 2=CGA, 3=MDA
  21.       2-5
  22.  
  23.   3D6h (R/W): Bank register
  24.   bit 0-3  64k Bank register   (Read bank if 3CEh index Fh bit 2 set)
  25.  
  26.   3D7h (R/W): Bank Register
  27.   bit 0-3  64k bank number.    (Write/single bank)
  28.  
  29.  
  30.   Test for Realtek Chip:
  31.  
  32.   if testinx2(crtc,$1f,$3f) and tstrg($3d6,$f) and tstrg($3d7,$f) then
  33.     Realtek!!!.
  34.  
  35.  
  36.   Video modes:
  37.  
  38.     18h  T     80   30  16
  39.     19h  T     80   43  16
  40.     1Ah  T     80   60  16
  41.     1Bh  T    132   25  16
  42.     1Ch  T    132   30  16
  43.     1Dh  T    132   43  16
  44.     1Eh  T    132   60  16
  45.     1Fh  G    800  600  16  planar
  46.     20h  G    960  720  16  planar
  47.     21h  G   1024  768  16  planar
  48.     22h  G    768 1024  16  planar
  49.     23h  G   1024  768   4  planar
  50.     24h  G    512  512 256  packed
  51.     25h  G    640  400 256  packed
  52.     26h  G    640  480 256  packed
  53.     27h  G    800  600 256  packed
  54.     28h  G   1024  768 256  packed
  55.     29h  G   1024 1024 256  packed
  56.     2Ah  G   1280 1024  16  planar
  57.